home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / ace175.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-11-01  |  490b  |  23 lines

  1.       actl ace
  2.       copy *.fon fon
  3.       if Not exist fon\*.fon goto Fondir_error
  4.       del *.fon
  5. :Fondir_error
  6.       copy *.kts kts
  7.       if Not exist kts\*.kts goto ktsdir_error
  8.       del *.kts
  9. :ktsdir_error
  10.       copy *.scr scr
  11.       if Not exist scr\*.scr goto scrdir_error
  12.       del *.scr
  13. :scrdir_error
  14.       md doc
  15.       copy *.doc doc
  16.       copy *.frm doc
  17.       copy *.crd doc
  18.       if Not exist doc\*.doc goto docdir_error
  19.       del *.doc
  20. :docdir_error
  21.  
  22. ace
  23.